home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
- FILE : kr_inversion.ph
- SHORTNAME :
- SNNS VERSION : 3.2
-
- PURPOSE : Header file of correspondent '.c' file
- NOTES :
-
- AUTHOR : Guenter Mamier
- DATE : 29.02.92
-
- CHANGED BY : Sven Doering
- IDENTIFICATION : @(#)kr_inversion.ph 1.8 3/15/94
- SCCS VERSION : 1.8
- LAST CHANGE : 3/15/94
-
- Copyright (c) 1990-1994 SNNS Group, IPVR, Univ. Stuttgart, FRG
-
- ******************************************************************************/
- #ifndef _KR_INVERSION_DEFINED_
- #define _KR_INVERSION_DEFINED_
-
- /* begin global definition section */
-
-
- /* required functions that are declared here */
-
- int kr_initInversion(void);
- void kr_inv_forwardPass(struct UnitList *inputs);
- double kr_inv_backwardPass(float learn, float delta_max, int *err_units,
- float ratio, struct UnitList *inputs,
- struct UnitList *outputs);
-
- /* end global definition section */
-
-
- /* begin private definition section */
-
- /* end private definition section */
-
- #endif
-
-
-
-
-
-
-